home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / Fresco / build / Unix / config / cf / site.def < prev    next >
Text File  |  1995-07-12  |  4KB  |  122 lines

  1. XCOMM site:  $XConsortium: site.sample,v 1.9 94/04/08 17:02:06 rws Exp $
  2.  
  3. /*****************************************************************************
  4.  *                                                                           *
  5.  *               SITE-SPECIFIC DEFINITIONS                         *
  6.  *                                                                           *
  7.  * This file contains two halves, one included before the vendor-specific    *
  8.  * configuration file (.cf file), and one included after the .cf file.       *
  9.  * The before-half should be protected by #ifdef BeforeVendorCF, and the     *
  10.  * after-half should be protected by #ifdef AfterVendorCF.                   *
  11.  *                                                                           *
  12.  * The before-half should only set things that the .cf file depends on.      *
  13.  * For the .cf files shipped in this release, the main variables in this     *
  14.  * category are HasGcc and HasGcc2.                                          *
  15.  *                                                                           *
  16.  * The after-half should contain all other definitions.  For example,        *
  17.  * place your ProjectRoot definition here.                                   *
  18.  *                                                                           *
  19.  * OS Major and Minor version numbers should be changed directly in the .cf  *
  20.  * file, not overridden in site.def.                                         *
  21.  *                                                                           *
  22.  *****************************************************************************/
  23.  
  24. /* if you want host-specific customization, this is one way to do it */
  25. /*
  26. #ifndef SiteIConfigFiles
  27. #define SiteIConfigFiles $(IRULESRC)/host.def
  28. #define LocalConfigFiles host.def
  29. #endif
  30.  
  31. */
  32.  
  33.  
  34. #ifdef BeforeVendorCF
  35.  
  36. /*
  37. #include <host.def>
  38. */
  39.  
  40. /*
  41. #ifndef HasGcc2
  42. #define HasGcc2 YES
  43. #endif
  44. */
  45.  
  46. #endif /* BeforeVendorCF */
  47.  
  48. #ifdef AfterVendorCF
  49.  
  50. #define ProjectRoot /usr
  51.  
  52. /* #define HasXdmAuth YES */
  53.  
  54. /* #define BuildXKB YES */
  55.  
  56. /* #define PreIncDir /usr/local/lib/gcc-lib/sparc-sun-sunos4.1.3/2.5.8/include */
  57.  
  58. /*
  59. #if defined(SunArchitecture) && defined(SparcArchitecture)
  60. #define HasCodeCenter    YES
  61. #ifndef SVR4
  62. #define HasTestCenter    YES
  63. #endif
  64. #endif
  65. */
  66.  
  67. /*
  68. #ifdef __hp9000s800
  69. #define HasCodeCenter    YES
  70. #endif
  71. */
  72.  
  73. /*
  74. #if defined(SunArchitecture) && defined(SparcArchitecture) && !defined(SVR4)
  75. #define HasPurify    YES
  76. #endif
  77. */
  78.  
  79. /*
  80. #define HasSentinel    YES
  81. */
  82.  
  83. /*
  84. #if XsvgaServer
  85. #define SvgaConfig vga.pmi:1024x768
  86. #endif
  87. */
  88.  
  89. /* You do NOT need SetUID if you only run the server under xdm */
  90. /* You MAY need SetUID if users run the server by hand or under xinit */
  91. /* Consult your system administrator before making the X server setuid */
  92. /*
  93. #if defined(SunArchitecture) && OSMajorVersion > 4
  94. #define InstallXserverSetUID YES
  95. #endif
  96. */
  97.  
  98. /* You do NOT need SetUID if you only run the server under xdm */
  99. /* You MAY need SetUID if users run the server by hand or under xinit */
  100. /* Consult your system administrator before making the X server setuid */
  101. /*
  102. #if XsvgaServer
  103. #define SvgaConfig vga.pmi:1024x768
  104. #define InstallXserverSetUID YES
  105. #endif
  106. */
  107.  
  108. /* You do NOT need SetUID if you only run the server under xdm */
  109. /* You MAY need SetUID if users run the server by hand or under xinit */
  110. /* Consult your system administrator before making the X server setuid */
  111. /*
  112. #ifdef XFree86Version
  113. #define InstallXserverSetUID YES
  114. #endif
  115. */
  116.  
  117. /*
  118. #include <host.def>
  119. */
  120.  
  121. #endif /* AfterVendorCF */
  122.